arm64/EFI: minor corrections
authorJan Beulich <jbeulich@suse.com>
Mon, 12 Jan 2015 14:42:53 +0000 (15:42 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 12 Jan 2015 14:42:53 +0000 (15:42 +0100)
commitc2acd532896d3e6da6fad84102f60c7361906941
treebcef6f8899fbcf5bab9d7f49899da46d37a5bbb0
parentb350fec7d3c85e4daa0ca057810e0faec2aef523
arm64/EFI: minor corrections

- don't bail when using the last slot of bootinfo.mem.bank[] (due to
  premature incrementing of the array index)
- GUIDs should be static const (and placed into .init.* whenever
  possible)
- PrintErrMsg() issues a CR/LF pair itself - no need to explicitly
  append one to the message passed to the function

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/efi/efi-boot.h